home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3dither.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_DITHERINGREN_H = 1;
- include("real/raytr/r3postpr.js")
-
-
- var R3CLID_DITHERINGRENDER = 803;
-
-
-
-
- R3DITHA_RedBits = 803500;
- function SetR3DITHA_RedBits(value) {
- R3Set(this.r3obj, R3DITHA_RedBits, value, R3TID_INTEGER, 0);
- }
-
- R3DITHA_GreenBits = 803501;
- function SetR3DITHA_GreenBits(value) {
- R3Set(this.r3obj, R3DITHA_GreenBits, value, R3TID_INTEGER, 0);
- }
-
- R3DITHA_BlueBits = 803502;
- function SetR3DITHA_BlueBits(value) {
- R3Set(this.r3obj, R3DITHA_BlueBits, value, R3TID_INTEGER, 0);
- }
-
- R3DITHA_Channel = 803503;
- function SetR3DITHA_Channel(value) {
- R3Set(this.r3obj, R3DITHA_Channel, value, R3TID_STRING, 0);
- }
-
-
-
- function r3Ditheringrender () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_DITHERINGRENDER, arguments);
- }
- // Attributes
- this.SetRedBits=SetR3DITHA_RedBits;
- this.SetGreenBits=SetR3DITHA_GreenBits;
- this.SetBlueBits=SetR3DITHA_BlueBits;
- this.SetChannel=SetR3DITHA_Channel;
- }
-
- r3Ditheringrender.prototype=new r3Postprocessor;
- // r3dither.h_H